home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global slfile
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dnVIEW"
- else
- set the castNum of sprite clickOn() to the number of cast "VIEW"
- end if
- updateStage()
- end repeat
- play frame 60 of movie slfile
- set the castNum of sprite clickOn() to the number of cast "VIEW"
- updateStage()
- end
-